home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / samedat1.zip / SAMEDATE.DOC < prev    next >
Text File  |  1992-10-18  |  1KB  |  46 lines

  1.    If you use MAKE, or deal with any system where the  time  and 
  2. date  stamping  of  files  is critical, then occasionally a file 
  3. date can through a real wrench into the works.
  4.  
  5.    Changing the system date then opening and  closing  the  file 
  6. will  change the date correctly, but tends to be a pain, and can 
  7. also create other problems.  In addition, I occasionally want to 
  8. "fix" dates in a batch file.
  9.  
  10.    SAMEDATE  is a trivial little program to fix those instances. 
  11. It is used with two file names.  SAMEDATE reads  the  date  from 
  12. the  first  file,  and changes to directory for the second.  The 
  13. file date for the second is set to the same time/date  plus  one 
  14. minute.
  15.  
  16.      Example:
  17.  
  18.      SAMEDATE NODEDIFF.101 NODELIST.101
  19.  
  20.    Assigns  NODELIST.101  the  same  time  and  date  stamp   as 
  21. NODEDIFF.101  (plus one minute).
  22.  
  23.  
  24. Donald Tees
  25. Upscale Software Inc.
  26. Ex-Libris BBS
  27. Fido 1:221/192
  28.  
  29. v1.1, Toad Hall Rewrite, 18 Oct 92
  30.  
  31. - Rewritten in assembly language to
  32.    (1) Tighten
  33.    (2) Dump all the unused functions the original program's
  34.        C compiler dragged in.
  35.  
  36. - I suppose the original author never heard of FDATE (FixDate)
  37.   or NFD (New File Date) .. but that's ok.
  38.  
  39. No copyright, no restrictions on the new v1.1 source code
  40. or executable.
  41. Released to the public domain.
  42.  
  43. David Kirschbaum
  44. Toad Hall
  45. kirsch@sesi.com
  46.